home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / devel3.exe / PLG.H < prev    next >
C/C++ Source or Header  |  1992-05-17  |  758b  |  19 lines

  1. /* Header file for plg file routines */
  2.  
  3. /* Written by Bernie Roehl, March 1992 */
  4.  
  5. /* Copyright 1992 by Dave Stampe and Bernie Roehl.
  6.    May be freely used to write software for release into the public domain;
  7.    all commercial endeavours MUST contact Bernie Roehl and Dave Stampe
  8.    for permission to incorporate any part of this software into their
  9.    products!
  10.  */
  11.  
  12. extern int load_err;  /* set if an error was encountered during loading */
  13. extern void set_loadplg_offset(long x, long y, long z);
  14. extern void set_loadplg_scale(float x, float y, float z);
  15. extern void set_loadplg_depthsort(int type);
  16. extern OBJECT *load_plg(FILE *in);
  17. extern save_plg(OBJECT *obj, FILE *out);
  18. extern void set_loadplg_colormap(unsigned *map, int msize);
  19.